func math.exp2

2 uses

	math (current package)
		exp.go#L144: 	return exp2(x)
		exp.go#L147: func exp2(x float64) float64 {